home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Selection / Multimedia Selection Volume One - CD-ROM / MULTIMEDIA SELECTION____________.ISO / programz / c / clear.arj / NESTED.DOC < prev    next >
Encoding:
Text File  |  1989-10-20  |  1.0 KB  |  20 lines

  1. A new feature allows the  C Clear user to force the "no preprocessor" and 
  2. the "internal preprocessor" options to accept nested comments. (The 
  3. "external preprocessor" options are under the control of their respective
  4. external programs like "cpp.exe" and "cl.exe" and can be forced to accept
  5. nested comments by adding the appropriate directive, usually "-C " or "/C ",
  6. to the preprocessor arguement line set by RECONFIGURE).
  7.  
  8. To force acceptance of nested comments, simply created a file called 
  9. "nested.dat" in your Clear directory (that is, the directory that contains
  10. the Clear programs). You can put anything you want in this file. (In fact,
  11. you could simple copy this file to "nested.dat").
  12.  
  13. Clear users choosing the "internal preprocessor" option can still force nested
  14. comments by including "-C " in the preprocessor argument line. (set from
  15. RECONFIGURE).
  16.  
  17. Because of this new flexibility, the default condition for Clear has been set
  18. to DO NOT ACCEPT NESTED COMMENTS. Use either option above to turn nested
  19. comments "on."
  20.